IMoveContinuousAbsoluteCommand 介面

代表一個持續的絕對運動。

繼承體系

System.Object
  IntervalZero.KINGSTAR.Base.Class.IKsCommand
    IntervalZero.KINGSTAR.Base.Class.IMoveContinuousAbsoluteCommand

命名空間IntervalZero.KINGSTAR.Base.Class

組合: IntervalZero.KINGSTAR.Base.Class (於 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0

語法

C#VB
public interface IMoveContinuousAbsoluteCommand : IKsCommand
Public Interface IMoveContinuousAbsoluteCommand Inherits IKsCommand

 

IMoveContinuousAbsoluteCommand 介面陳列了以下成員。

屬性

 名稱說明
Acceleration加速度值。
BufferMode定義如何融合兩方法的速度。
Deceleration減速度值。
Direction軸的移動方向。
EndVelocity結束速度值,有符號值。[秒]
Jerk加加速度值。
Position運動的命令位置。[秒](正或負值)
Velocity最大速度值。[單位/秒]

參見

IntervalZero.KINGSTAR.Base.Class 命名空間